home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 64
/
Volume 64 - JOGO DISK .iso
/
Games
/
skecthpad.swf
/
scripts
/
frame_31
/
PlaceObject2_25_119
/
CLIPACTIONRECORD onClipEvent(enterFrame).as
next >
Wrap
Text File
|
2008-04-25
|
201b
|
13 lines
onClipEvent(enterFrame){
_X = _root._xmouse;
_Y = _root._ymouse;
if(_X > 0 && _X < 700 && _Y > 0 && _Y < 550)
{
Mouse.hide();
}
else
{
Mouse.show();
}
}